Html Css Color HEX #3375CB Curious Blue

📋 copy color: '#3375CB'

red 51 ◦ green 117 ◦ blue 203

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

Shades of Curious Blue #3375CB

Tints of Curious Blue #3375CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

 BLUE value IS 203 (79.69% from 255) = 54.72%

R = 13.75%
G = 31.54%
B = 54.72%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3375CB (or 0x3375CB) is known color: Curious Blue. HEX triplet: 33, 75 and CB. RGB value is (51,117,203). Sum of RGB (Red+Green+Blue) = 51+117+203=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3375CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3375CB is #CC8A34. Grayscale: #6A6A6A. Windows color (decimal): -13404725 or 13333811. OLE color: 13333811.

HSL color Cylindrical-coordinate representation of color #3375CB: hue angle of 213.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3375CB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 117 203 -
CMYK 0.75 0.42 0 0.20
HSL 213.95º 0.6% 0.5% -
HSV(B) 213.95º 0.75% 0.8% -
XYZ 18.51 17.74 58.95 -
YUV 107.07 182.13 88.01 -
System Red Green Blue C M Y K H S L
Decimal 51 117 203 0.75 0.42 0 0.20 213.95 0.6 0.5
Hex 33 75 CB 4B 2A 0 14 D6 3C 32
Octal 63 165 313 113 52 0 24 326 74 62
Binary 110011 1110101 11001011 1001011 101010 0 10100 11010110 111100 110010

Color Harmonies of #3375CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3375CB

Black with #3375CB

Text Example


Text Example

White with #3375CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3375CB; }

 p { color: rgb(51,117,203); }

 H1.HeaderClassName
 {
   color: #3375CB;
 }
 .AnyTagClassName
 {
   color: #3375CB;
 }
</style>

background-color css

<style>
 a { background-color: #3375CB; }

 a { background-color: rgb(51,117,203); }

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

border-color css

<style>
 span { border-color: #3375CB; }

 span { border-color: rgb(51,117,203); }

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