Html Css Color HEX #2238DD Persian Blue

📋 copy color: '#2238DD'

red 34 ◦ green 56 ◦ blue 221

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

Shades of Persian Blue #2238DD

Tints of Persian Blue #2238DD

RGB

 RED value IS 34 (13.67% from 255) = 10.93%

 GREEN value IS 56 (22.27% from 255) = 18.01%

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 10.93%
G = 18.01%
B = 71.06%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2238DD (or 0x2238DD) is known color: Persian Blue. HEX triplet: 22, 38 and DD. RGB value is (34,56,221). Sum of RGB (Red+Green+Blue) = 34+56+221=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #2238DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2238DD is #DDC722. Grayscale: #434343. Windows color (decimal): -14534435 or 14497826. OLE color: 14497826.

HSL color Cylindrical-coordinate representation of color #2238DD: hue angle of 232.94º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2238DD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 56 221 -
CMYK 0.85 0.75 0 0.13
HSL 232.94º 0.73% 0.5% -
HSV(B) 232.94º 0.85% 0.87% -
XYZ 15.13 8.39 69.23 -
YUV 68.23 214.21 103.58 -
System Red Green Blue C M Y K H S L
Decimal 34 56 221 0.85 0.75 0 0.13 232.94 0.73 0.5
Hex 22 38 DD 55 4B 0 D E9 49 32
Octal 42 70 335 125 113 0 15 351 111 62
Binary 100010 111000 11011101 1010101 1001011 0 1101 11101001 1001001 110010

Color Harmonies of #2238DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2238DD

Black with #2238DD

Text Example


Text Example

White with #2238DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2238DD; }

 p { color: rgb(34,56,221); }

 H1.HeaderClassName
 {
   color: #2238DD;
 }
 .AnyTagClassName
 {
   color: #2238DD;
 }
</style>

background-color css

<style>
 a { background-color: #2238DD; }

 a { background-color: rgb(34,56,221); }

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

border-color css

<style>
 span { border-color: #2238DD; }

 span { border-color: rgb(34,56,221); }

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