Html Css Color HEX #307BB4 Curious Blue

📋 copy color: '#307BB4'

red 48 ◦ green 123 ◦ blue 180

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

Shades of Curious Blue #307BB4

Tints of Curious Blue #307BB4

RGB

 RED value IS 48 (19.14% from 255) = 13.68%

 GREEN value IS 123 (48.44% from 255) = 35.04%

 BLUE value IS 180 (70.7% from 255) = 51.28%

R = 13.68%
G = 35.04%
B = 51.28%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#307BB4 (or 0x307BB4) is known color: Curious Blue. HEX triplet: 30, 7B and B4. RGB value is (48,123,180). Sum of RGB (Red+Green+Blue) = 48+123+180=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #307BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BB4 is #CF844B. Grayscale: #6A6A6A. Windows color (decimal): -13599820 or 11828016. OLE color: 11828016.

HSL color Cylindrical-coordinate representation of color #307BB4: hue angle of 205.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307BB4 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 123 180 -
CMYK 0.73 0.32 0 0.29
HSL 205.91º 0.58% 0.45% -
HSV(B) 205.91º 0.73% 0.71% -
XYZ 16.54 18.09 45.8 -
YUV 107.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 48 123 180 0.73 0.32 0 0.29 205.91 0.58 0.45
Hex 30 7B B4 49 20 0 1D CE 3A 2D
Octal 60 173 264 111 40 0 35 316 72 55
Binary 110000 1111011 10110100 1001001 100000 0 11101 11001110 111010 101101

Color Harmonies of #307BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BB4

Black with #307BB4

Text Example


Text Example

White with #307BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BB4; }

 p { color: rgb(48,123,180); }

 H1.HeaderClassName
 {
   color: #307BB4;
 }
 .AnyTagClassName
 {
   color: #307BB4;
 }
</style>

background-color css

<style>
 a { background-color: #307BB4; }

 a { background-color: rgb(48,123,180); }

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

border-color css

<style>
 span { border-color: #307BB4; }

 span { border-color: rgb(48,123,180); }

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