Html Css Color HEX #2338DC Persian Blue

📋 copy color: '#2338DC'

red 35 ◦ green 56 ◦ blue 220

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

Shades of Persian Blue #2338DC

Tints of Persian Blue #2338DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 11.25%
G = 18.01%
B = 70.74%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2338DC (or 0x2338DC) is known color: Persian Blue. HEX triplet: 23, 38 and DC. RGB value is (35,56,220). Sum of RGB (Red+Green+Blue) = 35+56+220=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #2338DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2338DC is #DCC723. Grayscale: #434343. Windows color (decimal): -14468900 or 14432291. OLE color: 14432291.

HSL color Cylindrical-coordinate representation of color #2338DC: hue angle of 233.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2338DC is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 56 220 -
CMYK 0.84 0.75 0 0.14
HSL 233.19º 0.73% 0.5% -
HSV(B) 233.19º 0.84% 0.86% -
XYZ 15.03 8.35 68.53 -
YUV 68.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 35 56 220 0.84 0.75 0 0.14 233.19 0.73 0.5
Hex 23 38 DC 54 4B 0 E E9 49 32
Octal 43 70 334 124 113 0 16 351 111 62
Binary 100011 111000 11011100 1010100 1001011 0 1110 11101001 1001001 110010

Color Harmonies of #2338DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2338DC

Black with #2338DC

Text Example


Text Example

White with #2338DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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