Html Css Color HEX #0330B7 International Klein Blue

📋 copy color: '#0330B7'

red 3 ◦ green 48 ◦ blue 183

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

Shades of International Klein Blue #0330B7

Tints of International Klein Blue #0330B7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 183 (71.88% from 255) = 78.21%

R = 1.28%
G = 20.51%
B = 78.21%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0330B7 (or 0x0330B7) is known color: International Klein Blue. HEX triplet: 03, 30 and B7. RGB value is (3,48,183). Sum of RGB (Red+Green+Blue) = 3+48+183=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 183 (71.88% from 255 or 78.21% from 234); Max value from RGB is 183 - color contains mainly: blue. Hex color #0330B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330B7 is #FCCF48. Grayscale: #313131. Windows color (decimal): -16568137 or 12005379. OLE color: 12005379.

HSL color Cylindrical-coordinate representation of color #0330B7: hue angle of 225º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0330B7 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 48 183 -
CMYK 0.98 0.74 0 0.28
HSL 225º 0.97% 0.36% -
HSV(B) 225º 0.98% 0.72% -
XYZ 9.64 5.55 45.36 -
YUV 49.94 203.09 94.52 -
System Red Green Blue C M Y K H S L
Decimal 3 48 183 0.98 0.74 0 0.28 225 0.97 0.36
Hex 3 30 B7 62 4A 0 1C E1 61 24
Octal 3 60 267 142 112 0 34 341 141 44
Binary 11 110000 10110111 1100010 1001010 0 11100 11100001 1100001 100100

Color Harmonies of #0330B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0330B7

Black with #0330B7

Text Example


Text Example

White with #0330B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0330B7; }

 p { color: rgb(3,48,183); }

 H1.HeaderClassName
 {
   color: #0330B7;
 }
 .AnyTagClassName
 {
   color: #0330B7;
 }
</style>

background-color css

<style>
 a { background-color: #0330B7; }

 a { background-color: rgb(3,48,183); }

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

border-color css

<style>
 span { border-color: #0330B7; }

 span { border-color: rgb(3,48,183); }

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