Html Css Color HEX #399BDA Summer Sky

📋 copy color: '#399BDA'

red 57 ◦ green 155 ◦ blue 218

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

Shades of Summer Sky #399BDA

Tints of Summer Sky #399BDA

RGB

 RED value IS 57 (22.66% from 255) = 13.26%

 GREEN value IS 155 (60.94% from 255) = 36.05%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 13.26%
G = 36.05%
B = 50.7%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#399BDA (or 0x399BDA) is known color: Summer Sky. HEX triplet: 39, 9B and DA. RGB value is (57,155,218). Sum of RGB (Red+Green+Blue) = 57+155+218=430 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.26% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #399BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BDA is #C66425. Grayscale: #848484. Windows color (decimal): -13001766 or 14326585. OLE color: 14326585.

HSL color Cylindrical-coordinate representation of color #399BDA: hue angle of 203.48º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399BDA is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 155 218 -
CMYK 0.74 0.29 0 0.15
HSL 203.48º 0.69% 0.54% -
HSV(B) 203.48º 0.74% 0.85% -
XYZ 26.06 29.37 70.63 -
YUV 132.88 176.03 73.88 -
System Red Green Blue C M Y K H S L
Decimal 57 155 218 0.74 0.29 0 0.15 203.48 0.69 0.54
Hex 39 9B DA 4A 1D 0 F CB 45 36
Octal 71 233 332 112 35 0 17 313 105 66
Binary 111001 10011011 11011010 1001010 11101 0 1111 11001011 1000101 110110

Color Harmonies of #399BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BDA

Black with #399BDA

Text Example


Text Example

White with #399BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399BDA; }

 p { color: rgb(57,155,218); }

 H1.HeaderClassName
 {
   color: #399BDA;
 }
 .AnyTagClassName
 {
   color: #399BDA;
 }
</style>

background-color css

<style>
 a { background-color: #399BDA; }

 a { background-color: rgb(57,155,218); }

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

border-color css

<style>
 span { border-color: #399BDA; }

 span { border-color: rgb(57,155,218); }

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