Html Css Color HEX #378ADD Curious Blue

📋 copy color: '#378ADD'

red 55 ◦ green 138 ◦ blue 221

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

Shades of Curious Blue #378ADD

Tints of Curious Blue #378ADD

RGB

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

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

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

R = 13.29%
G = 33.33%
B = 53.38%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#378ADD (or 0x378ADD) is known color: Curious Blue. HEX triplet: 37, 8A and DD. RGB value is (55,138,221). Sum of RGB (Red+Green+Blue) = 55+138+221=414 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.29% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #378ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ADD is #C87522. Grayscale: #7A7A7A. Windows color (decimal): -13137187 or 14518839. OLE color: 14518839.

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

Color convert

RGB 55 138 221 -
CMYK 0.75 0.38 0 0.13
HSL 210º 0.71% 0.54% -
HSV(B) 210º 0.75% 0.87% -
XYZ 23.72 24.21 71.83 -
YUV 122.65 183.5 79.75 -
System Red Green Blue C M Y K H S L
Decimal 55 138 221 0.75 0.38 0 0.13 210 0.71 0.54
Hex 37 8A DD 4B 26 0 D D2 47 36
Octal 67 212 335 113 46 0 15 322 107 66
Binary 110111 10001010 11011101 1001011 100110 0 1101 11010010 1000111 110110

Color Harmonies of #378ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ADD

Black with #378ADD

Text Example


Text Example

White with #378ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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