Html Css Color HEX #378BCB Curious Blue

📋 copy color: '#378BCB'

red 55 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #378BCB

Tints of Curious Blue #378BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 13.85%
G = 35.01%
B = 51.13%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#378BCB (or 0x378BCB) is known color: Curious Blue. HEX triplet: 37, 8B and CB. RGB value is (55,139,203). Sum of RGB (Red+Green+Blue) = 55+139+203=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #378BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BCB is #C87434. Grayscale: #787878. Windows color (decimal): -13136949 or 13339447. OLE color: 13339447.

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

Color convert

RGB 55 139 203 -
CMYK 0.73 0.32 0 0.20
HSL 205.95º 0.59% 0.51% -
HSV(B) 205.95º 0.73% 0.8% -
XYZ 21.59 23.59 59.92 -
YUV 121.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 55 139 203 0.73 0.32 0 0.20 205.95 0.59 0.51
Hex 37 8B CB 49 20 0 14 CE 3B 33
Octal 67 213 313 111 40 0 24 316 73 63
Binary 110111 10001011 11001011 1001001 100000 0 10100 11001110 111011 110011

Color Harmonies of #378BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378BCB

Black with #378BCB

Text Example


Text Example

White with #378BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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