Html Css Color HEX #0326CF Persian Blue

📋 copy color: '#0326CF'

red 3 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #0326CF

Tints of Persian Blue #0326CF

RGB

 RED value IS 3 (1.56% from 255) = 1.21%

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 1.21%
G = 15.32%
B = 83.47%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0326CF (or 0x0326CF) is known color: Persian Blue. HEX triplet: 03, 26 and CF. RGB value is (3,38,207). Sum of RGB (Red+Green+Blue) = 3+38+207=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #0326CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326CF is #FCD930. Grayscale: #2E2E2E. Windows color (decimal): -16570673 or 13575683. OLE color: 13575683.

HSL color Cylindrical-coordinate representation of color #0326CF: hue angle of 229.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0326CF is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 38 207 -
CMYK 0.99 0.82 0 0.19
HSL 229.71º 0.97% 0.41% -
HSV(B) 229.71º 0.99% 0.81% -
XYZ 11.99 5.91 59.54 -
YUV 46.8 218.4 96.76 -
System Red Green Blue C M Y K H S L
Decimal 3 38 207 0.99 0.82 0 0.19 229.71 0.97 0.41
Hex 3 26 CF 63 52 0 13 E6 61 29
Octal 3 46 317 143 122 0 23 346 141 51
Binary 11 100110 11001111 1100011 1010010 0 10011 11100110 1100001 101001

Color Harmonies of #0326CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0326CF

Black with #0326CF

Text Example


Text Example

White with #0326CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,38,207); }

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

background-color css

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

 a { background-color: rgb(3,38,207); }

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

border-color css

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

 span { border-color: rgb(3,38,207); }

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