Html Css Color HEX #368ECF Curious Blue

📋 copy color: '#368ECF'

red 54 ◦ green 142 ◦ blue 207

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

Shades of Curious Blue #368ECF

Tints of Curious Blue #368ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 13.4%
G = 35.24%
B = 51.36%

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

#368ECF (or 0x368ECF) is known color: Curious Blue. HEX triplet: 36, 8E and CF. RGB value is (54,142,207). Sum of RGB (Red+Green+Blue) = 54+142+207=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #368ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ECF is #C97130. Grayscale: #7A7A7A. Windows color (decimal): -13201713 or 13602358. OLE color: 13602358.

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

Color convert

RGB 54 142 207 -
CMYK 0.74 0.31 0 0.19
HSL 205.49º 0.61% 0.51% -
HSV(B) 205.49º 0.74% 0.81% -
XYZ 22.46 24.64 62.6 -
YUV 123.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 54 142 207 0.74 0.31 0 0.19 205.49 0.61 0.51
Hex 36 8E CF 4A 1F 0 13 CD 3D 33
Octal 66 216 317 112 37 0 23 315 75 63
Binary 110110 10001110 11001111 1001010 11111 0 10011 11001101 111101 110011

Color Harmonies of #368ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ECF

Black with #368ECF

Text Example


Text Example

White with #368ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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