Html Css Color HEX #369AC9 Curious Blue

📋 copy color: '#369AC9'

red 54 ◦ green 154 ◦ blue 201

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

Shades of Curious Blue #369AC9

Tints of Curious Blue #369AC9

RGB

 RED value IS 54 (21.48% from 255) = 13.2%

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

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

R = 13.2%
G = 37.65%
B = 49.14%

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

#369AC9 (or 0x369AC9) is known color: Curious Blue. HEX triplet: 36, 9A and C9. RGB value is (54,154,201). Sum of RGB (Red+Green+Blue) = 54+154+201=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #369AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369AC9 is #C96536. Grayscale: #818181. Windows color (decimal): -13198647 or 13212214. OLE color: 13212214.

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

Color convert

RGB 54 154 201 -
CMYK 0.73 0.23 0 0.21
HSL 199.18º 0.58% 0.5% -
HSV(B) 199.18º 0.73% 0.79% -
XYZ 23.62 28.11 59.44 -
YUV 129.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 54 154 201 0.73 0.23 0 0.21 199.18 0.58 0.5
Hex 36 9A C9 49 17 0 15 C7 3A 32
Octal 66 232 311 111 27 0 25 307 72 62
Binary 110110 10011010 11001001 1001001 10111 0 10101 11000111 111010 110010

Color Harmonies of #369AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369AC9

Black with #369AC9

Text Example


Text Example

White with #369AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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