Html Css Color HEX #368ADD Curious Blue

📋 copy color: '#368ADD'

red 54 ◦ green 138 ◦ blue 221

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

Shades of Curious Blue #368ADD

Tints of Curious Blue #368ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 13.08%
G = 33.41%
B = 53.51%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#368ADD (or 0x368ADD) is known color: Curious Blue. HEX triplet: 36, 8A and DD. RGB value is (54,138,221). Sum of RGB (Red+Green+Blue) = 54+138+221=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #368ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368ADD is #C97522. Grayscale: #797979. Windows color (decimal): -13202723 or 14518838. OLE color: 14518838.

HSL color Cylindrical-coordinate representation of color #368ADD: hue angle of 209.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368ADD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 138 221 -
CMYK 0.76 0.38 0 0.13
HSL 209.82º 0.71% 0.54% -
HSV(B) 209.82º 0.76% 0.87% -
XYZ 23.66 24.18 71.83 -
YUV 122.35 183.67 79.25 -
System Red Green Blue C M Y K H S L
Decimal 54 138 221 0.76 0.38 0 0.13 209.82 0.71 0.54
Hex 36 8A DD 4C 26 0 D D2 47 36
Octal 66 212 335 114 46 0 15 322 107 66
Binary 110110 10001010 11011101 1001100 100110 0 1101 11010010 1000111 110110

Color Harmonies of #368ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368ADD

Black with #368ADD

Text Example


Text Example

White with #368ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,138,221); }

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

background-color css

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

 a { background-color: rgb(54,138,221); }

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

border-color css

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

 span { border-color: rgb(54,138,221); }

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