Html Css Color HEX #283ECA Persian Blue

📋 copy color: '#283ECA'

red 40 ◦ green 62 ◦ blue 202

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

Shades of Persian Blue #283ECA

Tints of Persian Blue #283ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.45%

R = 13.16%
G = 20.39%
B = 66.45%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#283ECA (or 0x283ECA) is known color: Persian Blue. HEX triplet: 28, 3E and CA. RGB value is (40,62,202). Sum of RGB (Red+Green+Blue) = 40+62+202=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #283ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283ECA is #D7C135. Grayscale: #464646. Windows color (decimal): -14139702 or 13254184. OLE color: 13254184.

HSL color Cylindrical-coordinate representation of color #283ECA: hue angle of 231.85º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283ECA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 62 202 -
CMYK 0.80 0.69 0 0.21
HSL 231.85º 0.67% 0.47% -
HSV(B) 231.85º 0.8% 0.79% -
XYZ 13.26 8.16 56.75 -
YUV 71.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 40 62 202 0.80 0.69 0 0.21 231.85 0.67 0.47
Hex 28 3E CA 50 45 0 15 E8 43 2F
Octal 50 76 312 120 105 0 25 350 103 57
Binary 101000 111110 11001010 1010000 1000101 0 10101 11101000 1000011 101111

Color Harmonies of #283ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283ECA

Black with #283ECA

Text Example


Text Example

White with #283ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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