Html Css Color HEX #0334BB International Klein Blue

📋 copy color: '#0334BB'

red 3 ◦ green 52 ◦ blue 187

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

Shades of International Klein Blue #0334BB

Tints of International Klein Blue #0334BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 187 (73.44% from 255) = 77.27%

R = 1.24%
G = 21.49%
B = 77.27%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0334BB (or 0x0334BB) is known color: International Klein Blue. HEX triplet: 03, 34 and BB. RGB value is (3,52,187). Sum of RGB (Red+Green+Blue) = 3+52+187=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #0334BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0334BB is #FCCB44. Grayscale: #343434. Windows color (decimal): -16567109 or 12268547. OLE color: 12268547.

HSL color Cylindrical-coordinate representation of color #0334BB: hue angle of 224.02º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0334BB is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 52 187 -
CMYK 0.98 0.72 0 0.27
HSL 224.02º 0.97% 0.37% -
HSV(B) 224.02º 0.98% 0.73% -
XYZ 10.24 6.06 47.64 -
YUV 52.74 203.77 92.52 -
System Red Green Blue C M Y K H S L
Decimal 3 52 187 0.98 0.72 0 0.27 224.02 0.97 0.37
Hex 3 34 BB 62 48 0 1B E0 61 25
Octal 3 64 273 142 110 0 33 340 141 45
Binary 11 110100 10111011 1100010 1001000 0 11011 11100000 1100001 100101

Color Harmonies of #0334BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334BB

Black with #0334BB

Text Example


Text Example

White with #0334BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0334BB; }

 p { color: rgb(3,52,187); }

 H1.HeaderClassName
 {
   color: #0334BB;
 }
 .AnyTagClassName
 {
   color: #0334BB;
 }
</style>

background-color css

<style>
 a { background-color: #0334BB; }

 a { background-color: rgb(3,52,187); }

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

border-color css

<style>
 span { border-color: #0334BB; }

 span { border-color: rgb(3,52,187); }

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