Html Css Color HEX #3395C6 Curious Blue

📋 copy color: '#3395C6'

red 51 ◦ green 149 ◦ blue 198

#3395C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3395C6

Tints of Curious Blue #3395C6

RGB

 RED value IS 51 (20.31% from 255) = 12.81%

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 198 (77.73% from 255) = 49.75%

R = 12.81%
G = 37.44%
B = 49.75%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3395C6 (or 0x3395C6) is known color: Curious Blue. HEX triplet: 33, 95 and C6. RGB value is (51,149,198). Sum of RGB (Red+Green+Blue) = 51+149+198=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #3395C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395C6 is #CC6A39. Grayscale: #7C7C7C. Windows color (decimal): -13396538 or 13014323. OLE color: 13014323.

HSL color Cylindrical-coordinate representation of color #3395C6: hue angle of 200º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3395C6 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 149 198 -
CMYK 0.74 0.25 0 0.22
HSL 200º 0.59% 0.49% -
HSV(B) 200º 0.74% 0.78% -
XYZ 22.31 26.28 57.32 -
YUV 125.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 51 149 198 0.74 0.25 0 0.22 200 0.59 0.49
Hex 33 95 C6 4A 19 0 16 C8 3B 31
Octal 63 225 306 112 31 0 26 310 73 61
Binary 110011 10010101 11000110 1001010 11001 0 10110 11001000 111011 110001

Color Harmonies of #3395C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3395C6

Black with #3395C6

Text Example


Text Example

White with #3395C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3395C6; }

 p { color: rgb(51,149,198); }

 H1.HeaderClassName
 {
   color: #3395C6;
 }
 .AnyTagClassName
 {
   color: #3395C6;
 }
</style>

background-color css

<style>
 a { background-color: #3395C6; }

 a { background-color: rgb(51,149,198); }

 div.DivClassName
 {
   background-color: #3395C6;
 }
 .BgClassName
 {
   background-color: #3395C6;
 }
</style>

border-color css

<style>
 span { border-color: #3395C6; }

 span { border-color: rgb(51,149,198); }

 td.TdClassName
 {
   border-color: #3395C6;
 }
 .TagClassName
 {
   border-color: #3395C6;
 }
</style>