Html Css Color HEX #378BDC Curious Blue

📋 copy color: '#378BDC'

red 55 ◦ green 139 ◦ blue 220

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

Shades of Curious Blue #378BDC

Tints of Curious Blue #378BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.14%

R = 13.29%
G = 33.57%
B = 53.14%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#378BDC (or 0x378BDC) is known color: Curious Blue. HEX triplet: 37, 8B and DC. RGB value is (55,139,220). Sum of RGB (Red+Green+Blue) = 55+139+220=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #378BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BDC is #C87423. Grayscale: #7A7A7A. Windows color (decimal): -13136932 or 14453559. OLE color: 14453559.

HSL color Cylindrical-coordinate representation of color #378BDC: hue angle of 209.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378BDC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 139 220 -
CMYK 0.75 0.37 0 0.14
HSL 209.45º 0.7% 0.54% -
HSV(B) 209.45º 0.75% 0.86% -
XYZ 23.73 24.44 71.18 -
YUV 123.12 182.67 79.41 -
System Red Green Blue C M Y K H S L
Decimal 55 139 220 0.75 0.37 0 0.14 209.45 0.7 0.54
Hex 37 8B DC 4B 25 0 E D1 46 36
Octal 67 213 334 113 45 0 16 321 106 66
Binary 110111 10001011 11011100 1001011 100101 0 1110 11010001 1000110 110110

Color Harmonies of #378BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BDC

Black with #378BDC

Text Example


Text Example

White with #378BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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