Html Css Color HEX #368BDC Curious Blue

📋 copy color: '#368BDC'

red 54 ◦ green 139 ◦ blue 220

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

Shades of Curious Blue #368BDC

Tints of Curious Blue #368BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 13.08%
G = 33.66%
B = 53.27%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#368BDC (or 0x368BDC) is known color: Curious Blue. HEX triplet: 36, 8B and DC. RGB value is (54,139,220). Sum of RGB (Red+Green+Blue) = 54+139+220=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #368BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368BDC is #C97423. Grayscale: #7A7A7A. Windows color (decimal): -13202468 or 14453558. OLE color: 14453558.

HSL color Cylindrical-coordinate representation of color #368BDC: hue angle of 209.28º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #368BDC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 139 220 -
CMYK 0.75 0.37 0 0.14
HSL 209.28º 0.7% 0.54% -
HSV(B) 209.28º 0.75% 0.86% -
XYZ 23.67 24.42 71.18 -
YUV 122.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 54 139 220 0.75 0.37 0 0.14 209.28 0.7 0.54
Hex 36 8B DC 4B 25 0 E D1 46 36
Octal 66 213 334 113 45 0 16 321 106 66
Binary 110110 10001011 11011100 1001011 100101 0 1110 11010001 1000110 110110

Color Harmonies of #368BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BDC

Black with #368BDC

Text Example


Text Example

White with #368BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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