Html Css Color HEX #368ACE Curious Blue

📋 copy color: '#368ACE'

red 54 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #368ACE

Tints of Curious Blue #368ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 13.57%
G = 34.67%
B = 51.76%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#368ACE (or 0x368ACE) is known color: Curious Blue. HEX triplet: 36, 8A and CE. RGB value is (54,138,206). Sum of RGB (Red+Green+Blue) = 54+138+206=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #368ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ACE is #C97531. Grayscale: #787878. Windows color (decimal): -13202738 or 13535798. OLE color: 13535798.

HSL color Cylindrical-coordinate representation of color #368ACE: hue angle of 206.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #368ACE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 138 206 -
CMYK 0.74 0.33 0 0.19
HSL 206.84º 0.61% 0.51% -
HSV(B) 206.84º 0.74% 0.81% -
XYZ 21.75 23.42 61.77 -
YUV 120.64 176.17 80.47 -
System Red Green Blue C M Y K H S L
Decimal 54 138 206 0.74 0.33 0 0.19 206.84 0.61 0.51
Hex 36 8A CE 4A 21 0 13 CF 3D 33
Octal 66 212 316 112 41 0 23 317 75 63
Binary 110110 10001010 11001110 1001010 100001 0 10011 11001111 111101 110011

Color Harmonies of #368ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ACE

Black with #368ACE

Text Example


Text Example

White with #368ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368ACE; }

 p { color: rgb(54,138,206); }

 H1.HeaderClassName
 {
   color: #368ACE;
 }
 .AnyTagClassName
 {
   color: #368ACE;
 }
</style>

background-color css

<style>
 a { background-color: #368ACE; }

 a { background-color: rgb(54,138,206); }

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

border-color css

<style>
 span { border-color: #368ACE; }

 span { border-color: rgb(54,138,206); }

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