Html Css Color HEX #378ADA Curious Blue

📋 copy color: '#378ADA'

red 55 ◦ green 138 ◦ blue 218

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

Shades of Curious Blue #378ADA

Tints of Curious Blue #378ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 13.38%
G = 33.58%
B = 53.04%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#378ADA (or 0x378ADA) is known color: Curious Blue. HEX triplet: 37, 8A and DA. RGB value is (55,138,218). Sum of RGB (Red+Green+Blue) = 55+138+218=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #378ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ADA is #C87525. Grayscale: #797979. Windows color (decimal): -13137190 or 14322231. OLE color: 14322231.

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

Color convert

RGB 55 138 218 -
CMYK 0.75 0.37 0 0.15
HSL 209.45º 0.69% 0.54% -
HSV(B) 209.45º 0.75% 0.85% -
XYZ 23.32 24.05 69.74 -
YUV 122.3 182 80 -
System Red Green Blue C M Y K H S L
Decimal 55 138 218 0.75 0.37 0 0.15 209.45 0.69 0.54
Hex 37 8A DA 4B 25 0 F D1 45 36
Octal 67 212 332 113 45 0 17 321 105 66
Binary 110111 10001010 11011010 1001011 100101 0 1111 11010001 1000101 110110

Color Harmonies of #378ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378ADA

Black with #378ADA

Text Example


Text Example

White with #378ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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