Html Css Color HEX #378ACC Curious Blue

📋 copy color: '#378ACC'

red 55 ◦ green 138 ◦ blue 204

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

Shades of Curious Blue #378ACC

Tints of Curious Blue #378ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 13.85%
G = 34.76%
B = 51.39%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#378ACC (or 0x378ACC) is known color: Curious Blue. HEX triplet: 37, 8A and CC. RGB value is (55,138,204). Sum of RGB (Red+Green+Blue) = 55+138+204=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #378ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ACC is #C87533. Grayscale: #787878. Windows color (decimal): -13137204 or 13404727. OLE color: 13404727.

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

Color convert

RGB 55 138 204 -
CMYK 0.73 0.32 0 0.2
HSL 206.58º 0.59% 0.51% -
HSV(B) 206.58º 0.73% 0.8% -
XYZ 21.56 23.35 60.5 -
YUV 120.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 55 138 204 0.73 0.32 0 0.2 206.58 0.59 0.51
Hex 37 8A CC 49 20 0 14 CF 3B 33
Octal 67 212 314 111 40 0 24 317 73 63
Binary 110111 10001010 11001100 1001001 100000 0 10100 11001111 111011 110011

Color Harmonies of #378ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ACC

Black with #378ACC

Text Example


Text Example

White with #378ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378ACC; }

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

 H1.HeaderClassName
 {
   color: #378ACC;
 }
 .AnyTagClassName
 {
   color: #378ACC;
 }
</style>

background-color css

<style>
 a { background-color: #378ACC; }

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

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

border-color css

<style>
 span { border-color: #378ACC; }

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

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