Html Css Color HEX #283DCB Persian Blue

📋 copy color: '#283DCB'

red 40 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #283DCB

Tints of Persian Blue #283DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 203 (79.69% from 255) = 66.78%

R = 13.16%
G = 20.07%
B = 66.78%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#283DCB (or 0x283DCB) is known color: Persian Blue. HEX triplet: 28, 3D and CB. RGB value is (40,61,203). Sum of RGB (Red+Green+Blue) = 40+61+203=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #283DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DCB is #D7C234. Grayscale: #464646. Windows color (decimal): -14139957 or 13319464. OLE color: 13319464.

HSL color Cylindrical-coordinate representation of color #283DCB: hue angle of 232.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #283DCB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 61 203 -
CMYK 0.80 0.70 0 0.20
HSL 232.27º 0.67% 0.48% -
HSV(B) 232.27º 0.8% 0.8% -
XYZ 13.32 8.1 57.36 -
YUV 70.91 202.54 105.95 -
System Red Green Blue C M Y K H S L
Decimal 40 61 203 0.80 0.70 0 0.20 232.27 0.67 0.48
Hex 28 3D CB 50 46 0 14 E8 43 30
Octal 50 75 313 120 106 0 24 350 103 60
Binary 101000 111101 11001011 1010000 1000110 0 10100 11101000 1000011 110000

Color Harmonies of #283DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283DCB

Black with #283DCB

Text Example


Text Example

White with #283DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,61,203); }

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

background-color css

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

 a { background-color: rgb(40,61,203); }

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

border-color css

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

 span { border-color: rgb(40,61,203); }

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