Html Css Color HEX #368ECE Curious Blue

📋 copy color: '#368ECE'

red 54 ◦ green 142 ◦ blue 206

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

Shades of Curious Blue #368ECE

Tints of Curious Blue #368ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

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

R = 13.43%
G = 35.32%
B = 51.24%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#368ECE (or 0x368ECE) is known color: Curious Blue. HEX triplet: 36, 8E and CE. RGB value is (54,142,206). Sum of RGB (Red+Green+Blue) = 54+142+206=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #368ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ECE is #C97131. Grayscale: #7A7A7A. Windows color (decimal): -13201714 or 13536822. OLE color: 13536822.

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

Color convert

RGB 54 142 206 -
CMYK 0.74 0.31 0 0.19
HSL 205.26º 0.61% 0.51% -
HSV(B) 205.26º 0.74% 0.81% -
XYZ 22.33 24.59 61.96 -
YUV 122.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 54 142 206 0.74 0.31 0 0.19 205.26 0.61 0.51
Hex 36 8E CE 4A 1F 0 13 CD 3D 33
Octal 66 216 316 112 37 0 23 315 75 63
Binary 110110 10001110 11001110 1001010 11111 0 10011 11001101 111101 110011

Color Harmonies of #368ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ECE

Black with #368ECE

Text Example


Text Example

White with #368ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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