Html Css Color HEX #283EAF Persian Blue

📋 copy color: '#283EAF'

red 40 ◦ green 62 ◦ blue 175

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

Shades of Persian Blue #283EAF

Tints of Persian Blue #283EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.18%

R = 14.44%
G = 22.38%
B = 63.18%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#283EAF (or 0x283EAF) is known color: Persian Blue. HEX triplet: 28, 3E and AF. RGB value is (40,62,175). Sum of RGB (Red+Green+Blue) = 40+62+175=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #283EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283EAF is #D7C150. Grayscale: #434343. Windows color (decimal): -14139729 or 11484712. OLE color: 11484712.

HSL color Cylindrical-coordinate representation of color #283EAF: hue angle of 230.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #283EAF is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 40 62 175 -
CMYK 0.77 0.65 0 0.31
HSL 230.22º 0.63% 0.42% -
HSV(B) 230.22º 0.77% 0.69% -
XYZ 10.34 6.99 41.36 -
YUV 68.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 40 62 175 0.77 0.65 0 0.31 230.22 0.63 0.42
Hex 28 3E AF 4D 41 0 1F E6 3F 2A
Octal 50 76 257 115 101 0 37 346 77 52
Binary 101000 111110 10101111 1001101 1000001 0 11111 11100110 111111 101010

Color Harmonies of #283EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283EAF

Black with #283EAF

Text Example


Text Example

White with #283EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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