Html Css Color HEX #378ACE Curious Blue

📋 copy color: '#378ACE'

red 55 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #378ACE

Tints of Curious Blue #378ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 13.78%
G = 34.59%
B = 51.63%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#378ACE (or 0x378ACE) is known color: Curious Blue. HEX triplet: 37, 8A and CE. RGB value is (55,138,206). Sum of RGB (Red+Green+Blue) = 55+138+206=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #378ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ACE is #C87531. Grayscale: #787878. Windows color (decimal): -13137202 or 13535799. OLE color: 13535799.

HSL color Cylindrical-coordinate representation of color #378ACE: hue angle of 207.02º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378ACE is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 138 206 -
CMYK 0.73 0.33 0 0.19
HSL 207.02º 0.61% 0.51% -
HSV(B) 207.02º 0.73% 0.81% -
XYZ 21.8 23.45 61.77 -
YUV 120.94 176 80.97 -
System Red Green Blue C M Y K H S L
Decimal 55 138 206 0.73 0.33 0 0.19 207.02 0.61 0.51
Hex 37 8A CE 49 21 0 13 CF 3D 33
Octal 67 212 316 111 41 0 23 317 75 63
Binary 110111 10001010 11001110 1001001 100001 0 10011 11001111 111101 110011

Color Harmonies of #378ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ACE

Black with #378ACE

Text Example


Text Example

White with #378ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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