Html Css Color HEX #3785CC Curious Blue

📋 copy color: '#3785CC'

red 55 ◦ green 133 ◦ blue 204

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

Shades of Curious Blue #3785CC

Tints of Curious Blue #3785CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 14.03%
G = 33.93%
B = 52.04%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3785CC (or 0x3785CC) is known color: Curious Blue. HEX triplet: 37, 85 and CC. RGB value is (55,133,204). Sum of RGB (Red+Green+Blue) = 55+133+204=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #3785CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3785CC is #C87A33. Grayscale: #757575. Windows color (decimal): -13138484 or 13403447. OLE color: 13403447.

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

Color convert

RGB 55 133 204 -
CMYK 0.73 0.35 0 0.2
HSL 208.59º 0.59% 0.51% -
HSV(B) 208.59º 0.73% 0.8% -
XYZ 20.86 21.95 60.26 -
YUV 117.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 55 133 204 0.73 0.35 0 0.2 208.59 0.59 0.51
Hex 37 85 CC 49 23 0 14 D1 3B 33
Octal 67 205 314 111 43 0 24 321 73 63
Binary 110111 10000101 11001100 1001001 100011 0 10100 11010001 111011 110011

Color Harmonies of #3785CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3785CC

Black with #3785CC

Text Example


Text Example

White with #3785CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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