Html Css Color HEX #368DCE Curious Blue

📋 copy color: '#368DCE'

red 54 ◦ green 141 ◦ blue 206

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

Shades of Curious Blue #368DCE

Tints of Curious Blue #368DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 13.47%
G = 35.16%
B = 51.37%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#368DCE (or 0x368DCE) is known color: Curious Blue. HEX triplet: 36, 8D and CE. RGB value is (54,141,206). Sum of RGB (Red+Green+Blue) = 54+141+206=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #368DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368DCE is #C97231. Grayscale: #7A7A7A. Windows color (decimal): -13201970 or 13536566. OLE color: 13536566.

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

Color convert

RGB 54 141 206 -
CMYK 0.74 0.32 0 0.19
HSL 205.66º 0.61% 0.51% -
HSV(B) 205.66º 0.74% 0.81% -
XYZ 22.19 24.29 61.91 -
YUV 122.4 175.18 79.21 -
System Red Green Blue C M Y K H S L
Decimal 54 141 206 0.74 0.32 0 0.19 205.66 0.61 0.51
Hex 36 8D CE 4A 20 0 13 CE 3D 33
Octal 66 215 316 112 40 0 23 316 75 63
Binary 110110 10001101 11001110 1001010 100000 0 10011 11001110 111101 110011

Color Harmonies of #368DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DCE

Black with #368DCE

Text Example


Text Example

White with #368DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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