Html Css Color HEX #378FCC Curious Blue

📋 copy color: '#378FCC'

red 55 ◦ green 143 ◦ blue 204

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

Shades of Curious Blue #378FCC

Tints of Curious Blue #378FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 13.68%
G = 35.57%
B = 50.75%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#378FCC (or 0x378FCC) is known color: Curious Blue. HEX triplet: 37, 8F and CC. RGB value is (55,143,204). Sum of RGB (Red+Green+Blue) = 55+143+204=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #378FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FCC is #C87033. Grayscale: #7B7B7B. Windows color (decimal): -13135924 or 13406007. OLE color: 13406007.

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

Color convert

RGB 55 143 204 -
CMYK 0.73 0.30 0 0.2
HSL 204.56º 0.59% 0.51% -
HSV(B) 204.56º 0.73% 0.8% -
XYZ 22.3 24.82 60.74 -
YUV 123.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 55 143 204 0.73 0.30 0 0.2 204.56 0.59 0.51
Hex 37 8F CC 49 1E 0 14 CD 3B 33
Octal 67 217 314 111 36 0 24 315 73 63
Binary 110111 10001111 11001100 1001001 11110 0 10100 11001101 111011 110011

Color Harmonies of #378FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FCC

Black with #378FCC

Text Example


Text Example

White with #378FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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