Html Css Color HEX #378CDD Curious Blue

📋 copy color: '#378CDD'

red 55 ◦ green 140 ◦ blue 221

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

Shades of Curious Blue #378CDD

Tints of Curious Blue #378CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 13.22%
G = 33.65%
B = 53.13%

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

#378CDD (or 0x378CDD) is known color: Curious Blue. HEX triplet: 37, 8C and DD. RGB value is (55,140,221). Sum of RGB (Red+Green+Blue) = 55+140+221=416 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.22% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #378CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CDD is #C87322. Grayscale: #7B7B7B. Windows color (decimal): -13136675 or 14519351. OLE color: 14519351.

HSL color Cylindrical-coordinate representation of color #378CDD: hue angle of 209.28º 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 #378CDD is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 140 221 -
CMYK 0.75 0.37 0 0.13
HSL 209.28º 0.71% 0.54% -
HSV(B) 209.28º 0.75% 0.87% -
XYZ 24 24.79 71.93 -
YUV 123.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 55 140 221 0.75 0.37 0 0.13 209.28 0.71 0.54
Hex 37 8C DD 4B 25 0 D D1 47 36
Octal 67 214 335 113 45 0 15 321 107 66
Binary 110111 10001100 11011101 1001011 100101 0 1101 11010001 1000111 110110

Color Harmonies of #378CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CDD

Black with #378CDD

Text Example


Text Example

White with #378CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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