Html Css Color HEX #0330BE International Klein Blue

📋 copy color: '#0330BE'

red 3 ◦ green 48 ◦ blue 190

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

Shades of International Klein Blue #0330BE

Tints of International Klein Blue #0330BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 78.84%

R = 1.24%
G = 19.92%
B = 78.84%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0330BE (or 0x0330BE) is known color: International Klein Blue. HEX triplet: 03, 30 and BE. RGB value is (3,48,190). Sum of RGB (Red+Green+Blue) = 3+48+190=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #0330BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330BE is #FCCF41. Grayscale: #323232. Windows color (decimal): -16568130 or 12464131. OLE color: 12464131.

HSL color Cylindrical-coordinate representation of color #0330BE: hue angle of 225.56º 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 #0330BE is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 48 190 -
CMYK 0.98 0.75 0 0.25
HSL 225.56º 0.97% 0.38% -
HSV(B) 225.56º 0.98% 0.75% -
XYZ 10.39 5.85 49.3 -
YUV 50.73 206.59 93.95 -
System Red Green Blue C M Y K H S L
Decimal 3 48 190 0.98 0.75 0 0.25 225.56 0.97 0.38
Hex 3 30 BE 62 4B 0 19 E2 61 26
Octal 3 60 276 142 113 0 31 342 141 46
Binary 11 110000 10111110 1100010 1001011 0 11001 11100010 1100001 100110

Color Harmonies of #0330BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0330BE

Black with #0330BE

Text Example


Text Example

White with #0330BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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