Html Css Color HEX #379BC9 Curious Blue

📋 copy color: '#379BC9'

red 55 ◦ green 155 ◦ blue 201

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

Shades of Curious Blue #379BC9

Tints of Curious Blue #379BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 13.38%
G = 37.71%
B = 48.91%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#379BC9 (or 0x379BC9) is known color: Curious Blue. HEX triplet: 37, 9B and C9. RGB value is (55,155,201). Sum of RGB (Red+Green+Blue) = 55+155+201=411 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.38% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #379BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379BC9 is #C86436. Grayscale: #828282. Windows color (decimal): -13132855 or 13212471. OLE color: 13212471.

HSL color Cylindrical-coordinate representation of color #379BC9: hue angle of 198.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #379BC9 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 155 201 -
CMYK 0.73 0.23 0 0.21
HSL 198.9º 0.57% 0.5% -
HSV(B) 198.9º 0.73% 0.79% -
XYZ 23.84 28.47 59.5 -
YUV 130.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 55 155 201 0.73 0.23 0 0.21 198.9 0.57 0.5
Hex 37 9B C9 49 17 0 15 C7 39 32
Octal 67 233 311 111 27 0 25 307 71 62
Binary 110111 10011011 11001001 1001001 10111 0 10101 11000111 111001 110010

Color Harmonies of #379BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379BC9

Black with #379BC9

Text Example


Text Example

White with #379BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379BC9; }

 p { color: rgb(55,155,201); }

 H1.HeaderClassName
 {
   color: #379BC9;
 }
 .AnyTagClassName
 {
   color: #379BC9;
 }
</style>

background-color css

<style>
 a { background-color: #379BC9; }

 a { background-color: rgb(55,155,201); }

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

border-color css

<style>
 span { border-color: #379BC9; }

 span { border-color: rgb(55,155,201); }

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