Html Css Color HEX #3785CB Curious Blue

📋 copy color: '#3785CB'

red 55 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #3785CB

Tints of Curious Blue #3785CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.02%

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

R = 14.07%
G = 34.02%
B = 51.92%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3785CB (or 0x3785CB) is known color: Curious Blue. HEX triplet: 37, 85 and CB. RGB value is (55,133,203). Sum of RGB (Red+Green+Blue) = 55+133+203=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #3785CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785CB is #C87A34. Grayscale: #757575. Windows color (decimal): -13138485 or 13337911. OLE color: 13337911.

HSL color Cylindrical-coordinate representation of color #3785CB: hue angle of 208.38º 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 #3785CB is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 133 203 -
CMYK 0.73 0.34 0 0.20
HSL 208.38º 0.59% 0.51% -
HSV(B) 208.38º 0.73% 0.8% -
XYZ 20.74 21.9 59.63 -
YUV 117.66 176.16 83.31 -
System Red Green Blue C M Y K H S L
Decimal 55 133 203 0.73 0.34 0 0.20 208.38 0.59 0.51
Hex 37 85 CB 49 22 0 14 D0 3B 33
Octal 67 205 313 111 42 0 24 320 73 63
Binary 110111 10000101 11001011 1001001 100010 0 10100 11010000 111011 110011

Color Harmonies of #3785CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3785CB

Black with #3785CB

Text Example


Text Example

White with #3785CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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