Html Css Color HEX #378BCD Curious Blue

📋 copy color: '#378BCD'

red 55 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #378BCD

Tints of Curious Blue #378BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 13.78%
G = 34.84%
B = 51.38%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#378BCD (or 0x378BCD) is known color: Curious Blue. HEX triplet: 37, 8B and CD. RGB value is (55,139,205). Sum of RGB (Red+Green+Blue) = 55+139+205=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #378BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BCD is #C87432. Grayscale: #797979. Windows color (decimal): -13136947 or 13470519. OLE color: 13470519.

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

Color convert

RGB 55 139 205 -
CMYK 0.73 0.32 0 0.20
HSL 206.4º 0.6% 0.51% -
HSV(B) 206.4º 0.73% 0.8% -
XYZ 21.83 23.69 61.18 -
YUV 121.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 55 139 205 0.73 0.32 0 0.20 206.4 0.6 0.51
Hex 37 8B CD 49 20 0 14 CE 3C 33
Octal 67 213 315 111 40 0 24 316 74 63
Binary 110111 10001011 11001101 1001001 100000 0 10100 11001110 111100 110011

Color Harmonies of #378BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BCD

Black with #378BCD

Text Example


Text Example

White with #378BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,205); }

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

background-color css

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

 a { background-color: rgb(55,139,205); }

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

border-color css

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

 span { border-color: rgb(55,139,205); }

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