Html Css Color HEX #283EAA Persian Blue

📋 copy color: '#283EAA'

red 40 ◦ green 62 ◦ blue 170

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

Shades of Persian Blue #283EAA

Tints of Persian Blue #283EAA

RGB

 RED value IS 40 (16.02% from 255) = 14.71%

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 14.71%
G = 22.79%
B = 62.5%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#283EAA (or 0x283EAA) is known color: Persian Blue. HEX triplet: 28, 3E and AA. RGB value is (40,62,170). Sum of RGB (Red+Green+Blue) = 40+62+170=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #283EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EAA is #D7C155. Grayscale: #434343. Windows color (decimal): -14139734 or 11157032. OLE color: 11157032.

HSL color Cylindrical-coordinate representation of color #283EAA: hue angle of 229.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #283EAA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 62 170 -
CMYK 0.76 0.64 0 0.33
HSL 229.85º 0.62% 0.41% -
HSV(B) 229.85º 0.76% 0.67% -
XYZ 9.85 6.8 38.82 -
YUV 67.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 40 62 170 0.76 0.64 0 0.33 229.85 0.62 0.41
Hex 28 3E AA 4C 40 0 21 E6 3E 29
Octal 50 76 252 114 100 0 41 346 76 51
Binary 101000 111110 10101010 1001100 1000000 0 100001 11100110 111110 101001

Color Harmonies of #283EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EAA

Black with #283EAA

Text Example


Text Example

White with #283EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283EAA; }

 p { color: rgb(40,62,170); }

 H1.HeaderClassName
 {
   color: #283EAA;
 }
 .AnyTagClassName
 {
   color: #283EAA;
 }
</style>

background-color css

<style>
 a { background-color: #283EAA; }

 a { background-color: rgb(40,62,170); }

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

border-color css

<style>
 span { border-color: #283EAA; }

 span { border-color: rgb(40,62,170); }

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