Html Css Color HEX #378FCB Curious Blue

📋 copy color: '#378FCB'

red 55 ◦ green 143 ◦ blue 203

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

Shades of Curious Blue #378FCB

Tints of Curious Blue #378FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 13.72%
G = 35.66%
B = 50.62%

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

#378FCB (or 0x378FCB) is known color: Curious Blue. HEX triplet: 37, 8F and CB. RGB value is (55,143,203). Sum of RGB (Red+Green+Blue) = 55+143+203=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #378FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378FCB is #C87034. Grayscale: #7B7B7B. Windows color (decimal): -13135925 or 13340471. OLE color: 13340471.

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

Color convert

RGB 55 143 203 -
CMYK 0.73 0.30 0 0.20
HSL 204.32º 0.59% 0.51% -
HSV(B) 204.32º 0.73% 0.8% -
XYZ 22.18 24.77 60.11 -
YUV 123.53 172.85 79.12 -
System Red Green Blue C M Y K H S L
Decimal 55 143 203 0.73 0.30 0 0.20 204.32 0.59 0.51
Hex 37 8F CB 49 1E 0 14 CC 3B 33
Octal 67 217 313 111 36 0 24 314 73 63
Binary 110111 10001111 11001011 1001001 11110 0 10100 11001100 111011 110011

Color Harmonies of #378FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378FCB

Black with #378FCB

Text Example


Text Example

White with #378FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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