Html Css Color HEX #378FCD Curious Blue

📋 copy color: '#378FCD'

red 55 ◦ green 143 ◦ blue 205

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

Shades of Curious Blue #378FCD

Tints of Curious Blue #378FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

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

R = 13.65%
G = 35.48%
B = 50.87%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#378FCD (or 0x378FCD) is known color: Curious Blue. HEX triplet: 37, 8F and CD. RGB value is (55,143,205). Sum of RGB (Red+Green+Blue) = 55+143+205=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #378FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FCD is #C87032. Grayscale: #7B7B7B. Windows color (decimal): -13135923 or 13471543. OLE color: 13471543.

HSL color Cylindrical-coordinate representation of color #378FCD: hue angle of 204.8º 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 #378FCD is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 143 205 -
CMYK 0.73 0.30 0 0.20
HSL 204.8º 0.6% 0.51% -
HSV(B) 204.8º 0.73% 0.8% -
XYZ 22.42 24.86 61.38 -
YUV 123.76 173.85 78.96 -
System Red Green Blue C M Y K H S L
Decimal 55 143 205 0.73 0.30 0 0.20 204.8 0.6 0.51
Hex 37 8F CD 49 1E 0 14 CD 3C 33
Octal 67 217 315 111 36 0 24 315 74 63
Binary 110111 10001111 11001101 1001001 11110 0 10100 11001101 111100 110011

Color Harmonies of #378FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FCD

Black with #378FCD

Text Example


Text Example

White with #378FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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