Html Css Color HEX #378DCB Curious Blue

📋 copy color: '#378DCB'

red 55 ◦ green 141 ◦ blue 203

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

Shades of Curious Blue #378DCB

Tints of Curious Blue #378DCB

RGB

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

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

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

R = 13.78%
G = 35.34%
B = 50.88%

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

#378DCB (or 0x378DCB) is known color: Curious Blue. HEX triplet: 37, 8D and CB. RGB value is (55,141,203). Sum of RGB (Red+Green+Blue) = 55+141+203=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #378DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DCB is #C87234. Grayscale: #7A7A7A. Windows color (decimal): -13136437 or 13339959. OLE color: 13339959.

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

Color convert

RGB 55 141 203 -
CMYK 0.73 0.31 0 0.20
HSL 205.14º 0.59% 0.51% -
HSV(B) 205.14º 0.73% 0.8% -
XYZ 21.88 24.17 60.01 -
YUV 122.35 173.51 79.96 -
System Red Green Blue C M Y K H S L
Decimal 55 141 203 0.73 0.31 0 0.20 205.14 0.59 0.51
Hex 37 8D CB 49 1F 0 14 CD 3B 33
Octal 67 215 313 111 37 0 24 315 73 63
Binary 110111 10001101 11001011 1001001 11111 0 10100 11001101 111011 110011

Color Harmonies of #378DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DCB

Black with #378DCB

Text Example


Text Example

White with #378DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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