Html Css Color HEX #2340CF Persian Blue

📋 copy color: '#2340CF'

red 35 ◦ green 64 ◦ blue 207

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

Shades of Persian Blue #2340CF

Tints of Persian Blue #2340CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 11.44%
G = 20.92%
B = 67.65%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2340CF (or 0x2340CF) is known color: Persian Blue. HEX triplet: 23, 40 and CF. RGB value is (35,64,207). Sum of RGB (Red+Green+Blue) = 35+64+207=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #2340CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2340CF is #DCBF30. Grayscale: #474747. Windows color (decimal): -14466865 or 13582371. OLE color: 13582371.

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

Color convert

RGB 35 64 207 -
CMYK 0.83 0.69 0 0.19
HSL 229.88º 0.71% 0.47% -
HSV(B) 229.88º 0.83% 0.81% -
XYZ 13.79 8.53 59.95 -
YUV 71.63 204.39 101.87 -
System Red Green Blue C M Y K H S L
Decimal 35 64 207 0.83 0.69 0 0.19 229.88 0.71 0.47
Hex 23 40 CF 53 45 0 13 E6 47 2F
Octal 43 100 317 123 105 0 23 346 107 57
Binary 100011 1000000 11001111 1010011 1000101 0 10011 11100110 1000111 101111

Color Harmonies of #2340CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340CF

Black with #2340CF

Text Example


Text Example

White with #2340CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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