Html Css Color HEX #0338DF Persian Blue

📋 copy color: '#0338DF'

red 3 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0338DF

Tints of Persian Blue #0338DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.08%

R = 1.06%
G = 19.86%
B = 79.08%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0338DF (or 0x0338DF) is known color: Persian Blue. HEX triplet: 03, 38 and DF. RGB value is (3,56,223). Sum of RGB (Red+Green+Blue) = 3+56+223=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #0338DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0338DF is #FCC720. Grayscale: #3A3A3A. Windows color (decimal): -16566049 or 14628867. OLE color: 14628867.

HSL color Cylindrical-coordinate representation of color #0338DF: hue angle of 225.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0338DF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 56 223 -
CMYK 0.99 0.75 0 0.13
HSL 225.55º 0.97% 0.44% -
HSV(B) 225.55º 0.99% 0.87% -
XYZ 14.77 8.18 70.61 -
YUV 59.19 220.44 87.92 -
System Red Green Blue C M Y K H S L
Decimal 3 56 223 0.99 0.75 0 0.13 225.55 0.97 0.44
Hex 3 38 DF 63 4B 0 D E2 61 2C
Octal 3 70 337 143 113 0 15 342 141 54
Binary 11 111000 11011111 1100011 1001011 0 1101 11100010 1100001 101100

Color Harmonies of #0338DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0338DF

Black with #0338DF

Text Example


Text Example

White with #0338DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0338DF; }

 p { color: rgb(3,56,223); }

 H1.HeaderClassName
 {
   color: #0338DF;
 }
 .AnyTagClassName
 {
   color: #0338DF;
 }
</style>

background-color css

<style>
 a { background-color: #0338DF; }

 a { background-color: rgb(3,56,223); }

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

border-color css

<style>
 span { border-color: #0338DF; }

 span { border-color: rgb(3,56,223); }

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