Html Css Color HEX #379AC9 Curious Blue

📋 copy color: '#379AC9'

red 55 ◦ green 154 ◦ blue 201

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

Shades of Curious Blue #379AC9

Tints of Curious Blue #379AC9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.56%

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

R = 13.41%
G = 37.56%
B = 49.02%

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

#379AC9 (or 0x379AC9) is known color: Curious Blue. HEX triplet: 37, 9A and C9. RGB value is (55,154,201). Sum of RGB (Red+Green+Blue) = 55+154+201=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #379AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #379AC9 is #C86536. Grayscale: #818181. Windows color (decimal): -13133111 or 13212215. OLE color: 13212215.

HSL color Cylindrical-coordinate representation of color #379AC9: hue angle of 199.32º 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 #379AC9 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 154 201 -
CMYK 0.73 0.23 0 0.21
HSL 199.32º 0.57% 0.5% -
HSV(B) 199.32º 0.73% 0.79% -
XYZ 23.67 28.14 59.44 -
YUV 129.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 55 154 201 0.73 0.23 0 0.21 199.32 0.57 0.5
Hex 37 9A C9 49 17 0 15 C7 39 32
Octal 67 232 311 111 27 0 25 307 71 62
Binary 110111 10011010 11001001 1001001 10111 0 10101 11000111 111001 110010

Color Harmonies of #379AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379AC9

Black with #379AC9

Text Example


Text Example

White with #379AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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