Html Css Color HEX #293CCB Persian Blue

📋 copy color: '#293CCB'

red 41 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #293CCB

Tints of Persian Blue #293CCB

RGB

 RED value IS 41 (16.41% from 255) = 13.49%

 GREEN value IS 60 (23.83% from 255) = 19.74%

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

R = 13.49%
G = 19.74%
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

#293CCB (or 0x293CCB) is known color: Persian Blue. HEX triplet: 29, 3C and CB. RGB value is (41,60,203). Sum of RGB (Red+Green+Blue) = 41+60+203=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 60 (23.83% from 255 or 19.74% 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 #293CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CCB is #D6C334. Grayscale: #464646. Windows color (decimal): -14074677 or 13319209. OLE color: 13319209.

HSL color Cylindrical-coordinate representation of color #293CCB: hue angle of 232.96º degrees, saturation: 0.66, 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 #293CCB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 60 203 -
CMYK 0.80 0.70 0 0.20
HSL 232.96º 0.66% 0.48% -
HSV(B) 232.96º 0.8% 0.8% -
XYZ 13.31 8.01 57.35 -
YUV 70.62 202.71 106.87 -
System Red Green Blue C M Y K H S L
Decimal 41 60 203 0.80 0.70 0 0.20 232.96 0.66 0.48
Hex 29 3C CB 50 46 0 14 E9 42 30
Octal 51 74 313 120 106 0 24 351 102 60
Binary 101001 111100 11001011 1010000 1000110 0 10100 11101001 1000010 110000

Color Harmonies of #293CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CCB

Black with #293CCB

Text Example


Text Example

White with #293CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293CCB; }

 p { color: rgb(41,60,203); }

 H1.HeaderClassName
 {
   color: #293CCB;
 }
 .AnyTagClassName
 {
   color: #293CCB;
 }
</style>

background-color css

<style>
 a { background-color: #293CCB; }

 a { background-color: rgb(41,60,203); }

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

border-color css

<style>
 span { border-color: #293CCB; }

 span { border-color: rgb(41,60,203); }

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