Html Css Color HEX #3775CB Curious Blue

📋 copy color: '#3775CB'

red 55 ◦ green 117 ◦ blue 203

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

Shades of Curious Blue #3775CB

Tints of Curious Blue #3775CB

RGB

 RED value IS 55 (21.88% from 255) = 14.67%

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

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

R = 14.67%
G = 31.2%
B = 54.13%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3775CB (or 0x3775CB) is known color: Curious Blue. HEX triplet: 37, 75 and CB. RGB value is (55,117,203). Sum of RGB (Red+Green+Blue) = 55+117+203=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #3775CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3775CB is #C88A34. Grayscale: #6B6B6B. Windows color (decimal): -13142581 or 13333815. OLE color: 13333815.

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

Color convert

RGB 55 117 203 -
CMYK 0.73 0.42 0 0.20
HSL 214.86º 0.59% 0.51% -
HSV(B) 214.86º 0.73% 0.8% -
XYZ 18.72 17.85 58.96 -
YUV 108.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 55 117 203 0.73 0.42 0 0.20 214.86 0.59 0.51
Hex 37 75 CB 49 2A 0 14 D7 3B 33
Octal 67 165 313 111 52 0 24 327 73 63
Binary 110111 1110101 11001011 1001001 101010 0 10100 11010111 111011 110011

Color Harmonies of #3775CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3775CB

Black with #3775CB

Text Example


Text Example

White with #3775CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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