Html Css Color HEX #378DCD Curious Blue

📋 copy color: '#378DCD'

red 55 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #378DCD

Tints of Curious Blue #378DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 13.72%
G = 35.16%
B = 51.12%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#378DCD (or 0x378DCD) is known color: Curious Blue. HEX triplet: 37, 8D and CD. RGB value is (55,141,205). Sum of RGB (Red+Green+Blue) = 55+141+205=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #378DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DCD is #C87232. Grayscale: #7A7A7A. Windows color (decimal): -13136435 or 13471031. OLE color: 13471031.

HSL color Cylindrical-coordinate representation of color #378DCD: hue angle of 205.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378DCD is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 141 205 -
CMYK 0.73 0.31 0 0.20
HSL 205.6º 0.6% 0.51% -
HSV(B) 205.6º 0.73% 0.8% -
XYZ 22.12 24.27 61.28 -
YUV 122.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 55 141 205 0.73 0.31 0 0.20 205.6 0.6 0.51
Hex 37 8D CD 49 1F 0 14 CE 3C 33
Octal 67 215 315 111 37 0 24 316 74 63
Binary 110111 10001101 11001101 1001001 11111 0 10100 11001110 111100 110011

Color Harmonies of #378DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DCD

Black with #378DCD

Text Example


Text Example

White with #378DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,141,205); }

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

background-color css

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

 a { background-color: rgb(55,141,205); }

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

border-color css

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

 span { border-color: rgb(55,141,205); }

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