Html Css Color HEX #0328BF International Klein Blue

📋 copy color: '#0328BF'

red 3 ◦ green 40 ◦ blue 191

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

Shades of International Klein Blue #0328BF

Tints of International Klein Blue #0328BF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

 BLUE value IS 191 (75% from 255) = 81.62%

R = 1.28%
G = 17.09%
B = 81.62%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0328BF (or 0x0328BF) is known color: International Klein Blue. HEX triplet: 03, 28 and BF. RGB value is (3,40,191). Sum of RGB (Red+Green+Blue) = 3+40+191=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 191 (75% from 255 or 81.62% from 234); Max value from RGB is 191 - color contains mainly: blue. Hex color #0328BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0328BF is #FCD740. Grayscale: #2D2D2D. Windows color (decimal): -16570177 or 12527619. OLE color: 12527619.

HSL color Cylindrical-coordinate representation of color #0328BF: hue angle of 228.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0328BF is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 40 191 -
CMYK 0.98 0.79 0 0.25
HSL 228.19º 0.97% 0.38% -
HSV(B) 228.19º 0.98% 0.75% -
XYZ 10.2 5.3 49.78 -
YUV 46.15 209.74 97.22 -
System Red Green Blue C M Y K H S L
Decimal 3 40 191 0.98 0.79 0 0.25 228.19 0.97 0.38
Hex 3 28 BF 62 4F 0 19 E4 61 26
Octal 3 50 277 142 117 0 31 344 141 46
Binary 11 101000 10111111 1100010 1001111 0 11001 11100100 1100001 100110

Color Harmonies of #0328BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0328BF

Black with #0328BF

Text Example


Text Example

White with #0328BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0328BF; }

 p { color: rgb(3,40,191); }

 H1.HeaderClassName
 {
   color: #0328BF;
 }
 .AnyTagClassName
 {
   color: #0328BF;
 }
</style>

background-color css

<style>
 a { background-color: #0328BF; }

 a { background-color: rgb(3,40,191); }

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

border-color css

<style>
 span { border-color: #0328BF; }

 span { border-color: rgb(3,40,191); }

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