Html Css Color HEX #368BCE Curious Blue

📋 copy color: '#368BCE'

red 54 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #368BCE

Tints of Curious Blue #368BCE

RGB

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

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

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

R = 13.53%
G = 34.84%
B = 51.63%

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

#368BCE (or 0x368BCE) is known color: Curious Blue. HEX triplet: 36, 8B and CE. RGB value is (54,139,206). Sum of RGB (Red+Green+Blue) = 54+139+206=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #368BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BCE is #C97431. Grayscale: #787878. Windows color (decimal): -13202482 or 13536054. OLE color: 13536054.

HSL color Cylindrical-coordinate representation of color #368BCE: hue angle of 206.45º 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 #368BCE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 139 206 -
CMYK 0.74 0.33 0 0.19
HSL 206.45º 0.61% 0.51% -
HSV(B) 206.45º 0.74% 0.81% -
XYZ 21.89 23.71 61.81 -
YUV 121.22 175.84 80.05 -
System Red Green Blue C M Y K H S L
Decimal 54 139 206 0.74 0.33 0 0.19 206.45 0.61 0.51
Hex 36 8B CE 4A 21 0 13 CE 3D 33
Octal 66 213 316 112 41 0 23 316 75 63
Binary 110110 10001011 11001110 1001010 100001 0 10011 11001110 111101 110011

Color Harmonies of #368BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BCE

Black with #368BCE

Text Example


Text Example

White with #368BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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