Html Css Color HEX #378BDD Curious Blue

📋 copy color: '#378BDD'

red 55 ◦ green 139 ◦ blue 221

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

Shades of Curious Blue #378BDD

Tints of Curious Blue #378BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 13.25%
G = 33.49%
B = 53.25%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#378BDD (or 0x378BDD) is known color: Curious Blue. HEX triplet: 37, 8B and DD. RGB value is (55,139,221). Sum of RGB (Red+Green+Blue) = 55+139+221=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #378BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BDD is #C87422. Grayscale: #7A7A7A. Windows color (decimal): -13136931 or 14519095. OLE color: 14519095.

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

Color convert

RGB 55 139 221 -
CMYK 0.75 0.37 0 0.13
HSL 209.64º 0.71% 0.54% -
HSV(B) 209.64º 0.75% 0.87% -
XYZ 23.86 24.5 71.88 -
YUV 123.23 183.17 79.33 -
System Red Green Blue C M Y K H S L
Decimal 55 139 221 0.75 0.37 0 0.13 209.64 0.71 0.54
Hex 37 8B DD 4B 25 0 D D2 47 36
Octal 67 213 335 113 45 0 15 322 107 66
Binary 110111 10001011 11011101 1001011 100101 0 1101 11010010 1000111 110110

Color Harmonies of #378BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BDD

Black with #378BDD

Text Example


Text Example

White with #378BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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