Html Css Color HEX #368FDD Summer Sky

📋 copy color: '#368FDD'

red 54 ◦ green 143 ◦ blue 221

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

Shades of Summer Sky #368FDD

Tints of Summer Sky #368FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

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

R = 12.92%
G = 34.21%
B = 52.87%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#368FDD (or 0x368FDD) is known color: Summer Sky. HEX triplet: 36, 8F and DD. RGB value is (54,143,221). Sum of RGB (Red+Green+Blue) = 54+143+221=418 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.92% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #368FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368FDD is #C97022. Grayscale: #7C7C7C. Windows color (decimal): -13201443 or 14520118. OLE color: 14520118.

HSL color Cylindrical-coordinate representation of color #368FDD: hue angle of 208.02º 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 #368FDD is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 143 221 -
CMYK 0.76 0.35 0 0.13
HSL 208.02º 0.71% 0.54% -
HSV(B) 208.02º 0.76% 0.87% -
XYZ 24.39 25.65 72.07 -
YUV 125.28 182.01 77.16 -
System Red Green Blue C M Y K H S L
Decimal 54 143 221 0.76 0.35 0 0.13 208.02 0.71 0.54
Hex 36 8F DD 4C 23 0 D D0 47 36
Octal 66 217 335 114 43 0 15 320 107 66
Binary 110110 10001111 11011101 1001100 100011 0 1101 11010000 1000111 110110

Color Harmonies of #368FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368FDD

Black with #368FDD

Text Example


Text Example

White with #368FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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