Html Css Color HEX #2340CB Persian Blue

📋 copy color: '#2340CB'

red 35 ◦ green 64 ◦ blue 203

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

Shades of Persian Blue #2340CB

Tints of Persian Blue #2340CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 11.59%
G = 21.19%
B = 67.22%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2340CB (or 0x2340CB) is known color: Persian Blue. HEX triplet: 23, 40 and CB. RGB value is (35,64,203). Sum of RGB (Red+Green+Blue) = 35+64+203=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #2340CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2340CB is #DCBF34. Grayscale: #464646. Windows color (decimal): -14466869 or 13320227. OLE color: 13320227.

HSL color Cylindrical-coordinate representation of color #2340CB: hue angle of 229.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2340CB is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 64 203 -
CMYK 0.83 0.68 0 0.20
HSL 229.64º 0.71% 0.47% -
HSV(B) 229.64º 0.83% 0.8% -
XYZ 13.31 8.34 57.41 -
YUV 71.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 35 64 203 0.83 0.68 0 0.20 229.64 0.71 0.47
Hex 23 40 CB 53 44 0 14 E6 47 2F
Octal 43 100 313 123 104 0 24 346 107 57
Binary 100011 1000000 11001011 1010011 1000100 0 10100 11100110 1000111 101111

Color Harmonies of #2340CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340CB

Black with #2340CB

Text Example


Text Example

White with #2340CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2340CB; }

 p { color: rgb(35,64,203); }

 H1.HeaderClassName
 {
   color: #2340CB;
 }
 .AnyTagClassName
 {
   color: #2340CB;
 }
</style>

background-color css

<style>
 a { background-color: #2340CB; }

 a { background-color: rgb(35,64,203); }

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

border-color css

<style>
 span { border-color: #2340CB; }

 span { border-color: rgb(35,64,203); }

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