Html Css Color HEX #2338E9 Persian Blue

📋 copy color: '#2338E9'

red 35 ◦ green 56 ◦ blue 233

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

Shades of Persian Blue #2338E9

Tints of Persian Blue #2338E9

RGB

 RED value IS 35 (14.06% from 255) = 10.8%

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

 BLUE value IS 233 (91.41% from 255) = 71.91%

R = 10.8%
G = 17.28%
B = 71.91%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2338E9 (or 0x2338E9) is known color: Persian Blue. HEX triplet: 23, 38 and E9. RGB value is (35,56,233). Sum of RGB (Red+Green+Blue) = 35+56+233=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #2338E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2338E9 is #DCC716. Grayscale: #454545. Windows color (decimal): -14468887 or 15284259. OLE color: 15284259.

HSL color Cylindrical-coordinate representation of color #2338E9: hue angle of 233.64º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2338E9 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 35 56 233 -
CMYK 0.85 0.76 0 0.09
HSL 233.64º 0.82% 0.53% -
HSV(B) 233.64º 0.85% 0.91% -
XYZ 16.82 9.07 77.96 -
YUV 69.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 35 56 233 0.85 0.76 0 0.09 233.64 0.82 0.53
Hex 23 38 E9 55 4C 0 9 EA 52 35
Octal 43 70 351 125 114 0 11 352 122 65
Binary 100011 111000 11101001 1010101 1001100 0 1001 11101010 1010010 110101

Color Harmonies of #2338E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2338E9

Black with #2338E9

Text Example


Text Example

White with #2338E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2338E9; }

 p { color: rgb(35,56,233); }

 H1.HeaderClassName
 {
   color: #2338E9;
 }
 .AnyTagClassName
 {
   color: #2338E9;
 }
</style>

background-color css

<style>
 a { background-color: #2338E9; }

 a { background-color: rgb(35,56,233); }

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

border-color css

<style>
 span { border-color: #2338E9; }

 span { border-color: rgb(35,56,233); }

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