Html Css Color HEX #3781CC Curious Blue

📋 copy color: '#3781CC'

red 55 ◦ green 129 ◦ blue 204

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

Shades of Curious Blue #3781CC

Tints of Curious Blue #3781CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 14.18%
G = 33.25%
B = 52.58%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3781CC (or 0x3781CC) is known color: Curious Blue. HEX triplet: 37, 81 and CC. RGB value is (55,129,204). Sum of RGB (Red+Green+Blue) = 55+129+204=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #3781CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3781CC is #C87E33. Grayscale: #737373. Windows color (decimal): -13139508 or 13402423. OLE color: 13402423.

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

Color convert

RGB 55 129 204 -
CMYK 0.73 0.37 0 0.2
HSL 210.2º 0.59% 0.51% -
HSV(B) 210.2º 0.73% 0.8% -
XYZ 20.32 20.87 60.08 -
YUV 115.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 55 129 204 0.73 0.37 0 0.2 210.2 0.59 0.51
Hex 37 81 CC 49 25 0 14 D2 3B 33
Octal 67 201 314 111 45 0 24 322 73 63
Binary 110111 10000001 11001100 1001001 100101 0 10100 11010010 111011 110011

Color Harmonies of #3781CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3781CC

Black with #3781CC

Text Example


Text Example

White with #3781CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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